projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d308ec5
)
(Frestore_buffer_modified_p): Doc fix.
author
John Paul Wallington
<jpw@pobox.com>
Sat, 14 Aug 2004 12:49:12 +0000
(12:49 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Sat, 14 Aug 2004 12:49:12 +0000
(12:49 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index f55ae7983f471172e0255adeab8ba692d94ad0e0..bade501b1a75f81ea05b38aba53311fe5db31f86 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1077,7
+1077,7
@@
A non-nil FLAG means mark the buffer modified. */)
DEFUN ("restore-buffer-modified-p", Frestore_buffer_modified_p,
Srestore_buffer_modified_p, 1, 1, 0,
- doc: /* Like `set-buffer-modified-p', with a difference
s
concerning redisplay.
+ doc: /* Like `set-buffer-modified-p', with a difference concerning redisplay.
It is not ensured that mode lines will be updated to show the modified
state of the current buffer. Use with care. */)
(flag)